home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
prog
/
hdk100b.arj
/
MULTI1.HDF
< prev
next >
Wrap
Text File
|
1993-11-03
|
1KB
|
37 lines
;******************************************************************************
; overview *
;******************************************************************************
.topic overview
This is a test of multiple file databases.
We have here Two links :
1: ~Internal Link~intlink~
2: ~External Link~extLink~
.end-topic
;******************************************************************************
; intLink *
;******************************************************************************
.topic intLink
.export
This is a test, it can be called from an external database
.end-topic
;******************************************************************************
; multi2.exp *
; These are the exported topics from multi-2, generated by helpc /pp+ multi2 *
;******************************************************************************
.ifndef preprocess
.include multi2.exp
.endif
; Notice that the ifndef is needed, because we have a case in which 2 databases
; call each other. If we would have used the more common method of computer
; languages, in which there are no circular references, we could have eliminated
; that.